This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Tip Zekfooplopakol 20.Jan.04 02:44 PM Lotus Notes Domino Designer6.0.3Windows XP
My view, by default, contains a form formula and a standard selection formula. Using the code below (via an agent), I notice that the form formula is removed. Is there any programmatic way to reset the form formula?
Dim ws As New NotesUIWorkspace Dim uiview As NotesUIView Dim view As NotesView Dim sFormula As String
Set uiview = ws.CurrentView Set view = uiview.View sFormula = |SELECT Form = "test" & status = "completed"|